const strings.maxInt

4 uses

	strings (current package)
		strings.go#L18: const maxInt = int(^uint(0) >> 1)
		strings.go#L497: 		if len(sep) >= maxInt/(len(elems)-1) {
		strings.go#L503: 		if len(elem) > maxInt-n {
		strings.go#L631: 	if hi > 0 || lo > uint(maxInt) {